home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-05 | 789 b | 20 lines | [TEXT/GEOL] |
- Item 6842081 3-Jan-90 11:53
-
- From: D5369 Mgmt Sys Des, Chuck McMath,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Cmd w/2 Docs?
-
- I'm trying to write a command object that affects two different documents. The
- problem is that the command can be done when either of the document's views is
- active, so I want the command to be undo-able from EITHER document. MacApp
- won't let me do that. MacApp's rules are: if the fChangedDocument field of the
- command is NIL, the undo text of the last command is always enabled; if that
- field is not-NIL, then MacApp enables the undo text only when the changed
- document is the current document (btw, this takes place in
- TApplication.SetupTheMenus).
-
- Any ideas?
-
-